home *** CD-ROM | disk | FTP | other *** search
Wrap
Text File | 2000-07-13 | 10.9 KB | 277 lines | [ TEXT/ttxt]
<HTML> <HEAD> <!-- $MVD$:app("RoboHELP HTML Edition by Blue Sky Software, portions by MicroVision Dev. Inc.","769") --> <!-- $MVD$:template("","0","0") --> <!-- $MVD$:color("17","e8ffff","Custom #1","0") --> <!-- $MVD$:color("18","e8ffff","Custom #1","0") --> <!-- $MVD$:color("19","993333","Custom #2","0") --> <!-- $MVD$:color("20","3333","Custom #3","0") --> <!-- $MVD$:color("21","3399","Custom #4","0") --> <!-- $MVD$:color("22","101","Custom #5","0") --> <!-- $MVD$:color("23","493d3a","Textgray","0") --> <!-- $MVD$:color("24","4d3939","TEXTGRAY","0") --> <!-- $MVD$:color("25","d03939","Custom #6","0") --> <!-- $MVD$:color("26","6c5a57","Custom #7","0") --> <!-- $MVD$:color("27","fdeaec","cell blue","1") --> <!-- $MVD$:color("28","fef5da","Custom #8","0") --> <!-- $MVD$:fontset("Verdana","Verdana") --> <TITLE>Troubleshooting Music Library</TITLE> <META NAME="generator" CONTENT="RoboHELP by Blue Sky Software www.blue-sky.com HTML Edition"> <SCRIPT language="javascript"> <!-- if (navigator.appName=="Netscape") { document.write("<LINK rel='StyleSheet' href='html__ns.css'>");} else { document.write("<LINK rel='StyleSheet' href='html_mac.css'>");} //--> </SCRIPT> <SCRIPT language="JavaScript" src="bsscdht1.js"> </SCRIPT> <SCRIPT language="JavaScript" src="bsscdht2.js"> </SCRIPT> <SCRIPT language="JavaScript"><!-- //////////BSSCDHTML Section Embedded Code////////// var s_strAgent = navigator.userAgent.toLowerCase(); var s_nVer = parseInt(navigator.appVersion); var s_bIE = (s_strAgent.indexOf('msie') != -1); var s_bNS = (s_strAgent.indexOf('mozilla') != -1) && ((s_strAgent.indexOf('spoofer') == -1) && (s_strAgent.indexOf('compatible') == -1)); var s_bOpera = (s_strAgent.indexOf('opera') != -1); var s_bIE3Before = ((s_bIE) && (s_nVer <= 2)); var s_bNS3Before = ((s_bNS) && (s_nVer <= 3)); var s_bNS2 = ((s_bNS) && (s_nVer <= 2)); var s_bNS3 = ((s_bNS) && (s_nVer == 3)); var s_bIE300301 = ((s_bIE) && (s_nVer == 2) && ((s_strAgent.indexOf("3.00") != -1)||(s_strAgent.indexOf("3.0a") != -1)||(s_strAgent.indexOf("3.0b")!=-1)||(s_strAgent.indexOf("3.01")!=-1))); var s_bIE302 = ((s_bIE) && (s_nVer == 2) && (s_strAgent.indexOf("3.02") != -1)); function HasExtJs() { if (s_bIE3Before) { return false;} if (s_bNS3Before) { return false;} if (typeof (_BSSCOnLoad) == "undefined"){ return false; } return true; } function BSSCOnLoad() { if (HasExtJs()) { _BSSCOnLoad(); } } function BSSCOnUnload() { if (HasExtJs()) { _BSSCOnUnload(); } } function BSSCOnClick() { if (HasExtJs()) { _BSSCOnClick(); } } function WritePopupMenuLayer() { if (HasExtJs()) {_WritePopupMenuLayer();} } function BSSCCreatePopupDiv() { if (HasExtJs()) {_BSSCCreatePopupDiv(); } } function BSSCPopup(strURL) { if (HasExtJs()) { _BSSCPopup(strURL); }else{ //Create a temporary window first to ensure the real popup comes up on top var wndTemp = null; if (!s_bNS3) { wndTemp = window.open("", "temp", "titlebar=no,toolbar=no,status=no,location=no,menubar=no,resizable=yes,scrollbars=yes,height=3,width=4"); } // Create the real popup window var wndPopup = window.open(strURL, "PopupWindow", "titlebar=no,toolbar=no,status=no,location=no,menubar=no,resizable=yes,scrollbars=yes,height=300,width=400"); // Close the temporary if (!s_bNS3) { wndTemp.close(); } else { wndPopup.focus(); } } } function PopupMenu_Invoke() { if (HasExtJs()) { return _PopupMenu_Invoke(PopupMenu_Invoke.arguments); } if (s_bNS3Before || s_bIE3Before ) { var argLen = PopupMenu_Invoke.arguments.length; if (argLen < 5) { window.document.location.href = PopupMenu_Invoke.arguments[3]; return false; } var nHeight = argLen * 15; var nWidth = 400; var strParam = "titlebar=no,toolbar=no,status=no,location=no,menubar=no,resizable=yes,scrollbars=auto"; strParam += ",height=" + nHeight + ",width=200,resizable"; //Create a temporary window first to ensure the real popup comes up on top var wndTemp = null; if (!s_bNS3) { wndTemp = window.open("", "temp", "titlebar=no,toolbar=no,status=no,location=no,menubar=no,resizable=yes,scrollbars=yes,height=3,width=4"); } var wndPopupLinks = window.open("", "popuplinks", strParam); wndPopupLinks.document.open("text/html"); wndPopupLinks.document.write("<html><head>"); if (s_bNS2 || s_bOpera) { wndPopupLinks.document.write("<base href=\"" + location +"\">"); } else { //YJ: IE301,302 and NS3.x works fine wndPopupLinks.document.write("<"); wndPopupLinks.document.write("script>"); wndPopupLinks.document.write("function gotoUrl(aUrl) {opener.window.location=aUrl; close();}"); wndPopupLinks.document.write("<"); wndPopupLinks.document.write("/script>"); } wndPopupLinks.document.write("</head><body onBlur=\'self.focus();\'>"); var strParaLine = ""; for (var i = 0; i < (argLen - 2) / 2; i++) { strParaLine = ""; if (s_bNS2 || s_bOpera){ strParaLine += "<a href=\""; strParaLine += PopupMenu_Invoke.arguments[2 * i + 3]; strParaLine += "\">" strParaLine += PopupMenu_Invoke.arguments[2 * i + 2]; strParaLine += "</a>"; } else { strParaLine += "<a href=\"javascript:"; strParaLine += "gotoUrl(\'"; strParaLine += PopupMenu_Invoke.arguments[2 * i + 3]; strParaLine += "\');\""; if (PopupMenu_Invoke.arguments[1] != '') { strParaLine += " TARGET='" + PopupMenu_Invoke.arguments[1] + "'"; } strParaLine += ">"; strParaLine += PopupMenu_Invoke.arguments[2 * i + 2]; strParaLine += "</a>"; } strParaLine += "<br>"; wndPopupLinks.document.write(strParaLine); } wndPopupLinks.document.write("</body></html>"); wndPopupLinks.document.close(); // Close the temporary if (!s_bNS3) { wndTemp.close(); }else { wndPopupLinks.focus(); } return true; } return false; } function reDo() { if (innerWidth != origWidth || innerHeight != origHeight) location.reload(); } if ((parseInt(navigator.appVersion) >= 4) && (navigator.appName == "Netscape")) { origWidth = innerWidth; origHeight = innerHeight; onresize = reDo; } //--> </SCRIPT></HEAD> <BODY ONLOAD="BSSCOnLoad();" ONCLICK="BSSCOnClick();"> <div id='NavBar' STYLE='position:relative;' align='right'><nobr><font size=1> <script language="javascript"><!-- var bHomePage=false; if(document.all){if ((top)&&(top.frames)&&(top.frames.length<=1)) bHomePage=true;} if(document.layers){if((parent)&&(parent.top.frames)&&(parent.top.frames.length<=1)) bHomePage=true;} if (bHomePage){document.write("<a href='MacV1.htm'><img src='bsscnav1.gif' width=53 height=18 border=no></a>");} //--> </script></font> </nobr> </div> <H1> <TABLE WIDTH="85%" CELLPADDING="2" CELLSPACING="0" BORDER="0"> <TR> <TD WIDTH="100%" VALIGN=TOP> <H1> <FONT COLOR="NAVY" SIZE="4"><SPAN STYLE="font-size : 14.0pt;">Troubleshooting Music Library</SPAN></FONT></H1> <P> <SPAN STYLE="font-size : 10.0pt;"><FONT SIZE="2" COLOR="#3A3D49">Song is in the Music Library, but it will not play: There are no actual files in the Music Library. The track titles are links to the actual file, which is stored elsewhere on the hard drive. If the root filename has been changed, then the file in the Music Library has lost its path. If you change the root file name, then you will need to re-add that file to your Music Library.</FONT></SPAN></P> <P> <SPAN STYLE="font-size : 10.0pt;"><FONT SIZE="2" COLOR="#3A3D49">When song is playing, there is no sound: this is most likely due to your volume control settings. You should check all of your volume settings to make sure none of them are muted. Go to Programs/Accessories/Multimedia/Volume Control.</FONT></SPAN></P> <P> <SPAN STYLE="font-size : 10.0pt;"><FONT SIZE="2" COLOR="#3A3D49">If the settings are not muted, there may be a problem with your Recording Gain Control (found under Programs/Accessories/Multimedia/volume control, options, properties, recording) setting. Some systems default to "Line-in which is incorrect. Choose either "CD" or "Mix-All" and OK your changes. You will then need to re-record the song.</FONT></SPAN></P> <P> <SPAN STYLE="font-size : 10.0pt;"><FONT SIZE="2" COLOR="#3A3D49">How to change the music file registration: there are two ways to change your music file player registration. You can either reinstall the player of your choice, or you can do the following:</FONT></SPAN></P> <OL> <LI CLASS="mvd-P"> <P> <SPAN STYLE="font-size : 10.0pt;"><FONT SIZE="2" COLOR="#3A3D49">Open <SPAN STYLE="font-weight : bold;"><B>Windows Explore</B></SPAN>.</FONT></SPAN></P> <LI CLASS="mvd-P"> <P> <SPAN STYLE="font-size : 10.0pt;"><FONT SIZE="2" COLOR="#3A3D49">Click on the <SPAN STYLE="font-weight : bold;"><B>View </B></SPAN>menu, then <SPAN STYLE="font-weight : bold;"><B>Options</B></SPAN>.</FONT></SPAN></P> <LI CLASS="mvd-P"> <P> <SPAN STYLE="font-size : 10.0pt;"><FONT SIZE="2" COLOR="#3A3D49">Then click on the tab <SPAN STYLE="font-weight : bold;"><B>File Types</B></SPAN>. A list of registered file types will be shown.</FONT></SPAN></P> <LI CLASS="mvd-P"> <P> <SPAN STYLE="font-size : 10.0pt;"><FONT SIZE="2" COLOR="#3A3D49">Go down the list and click on the <SPAN STYLE="font-weight : bold;"><B>music file type</B></SPAN>. It should show a MusicMatch logo.</FONT></SPAN></P> <LI CLASS="mvd-P"> <P> <SPAN STYLE="font-size : 10.0pt;"><FONT SIZE="2" COLOR="#3A3D49">You can either remove it, or edit it to use a different player.</FONT></SPAN></P> <LI CLASS="mvd-P"> <P> <SPAN STYLE="font-size : 10.0pt;"><FONT SIZE="2" COLOR="#3A3D49">To remove it, click the <SPAN STYLE="font-weight : bold;"><B>Remove </B></SPAN><SPAN STYLE="font-weight : normal;">button</SPAN>.</FONT></SPAN></P> <LI CLASS="mvd-P"> <P> <SPAN STYLE="font-size : 10.0pt;"><FONT SIZE="2" COLOR="#3A3D49">To edit it, click on the <SPAN STYLE="font-weight : bold;"><B>Edit</B></SPAN> button. Then click on </FONT></SPAN><SPAN STYLE="font-weight : bold;font-size : 10.0pt;"><FONT SIZE="2" COLOR="#3A3D49"><B>Open</B></FONT></SPAN><SPAN STYLE="font-size : 10.0pt;"><FONT SIZE="2" COLOR="#3A3D49"> in the text box, and click </FONT></SPAN><SPAN STYLE="font-weight : bold;font-size : 10.0pt;"><FONT SIZE="2" COLOR="#3A3D49"><B>Edit</B></FONT></SPAN><SPAN STYLE="font-size : 10.0pt;"><FONT SIZE="2" COLOR="#3A3D49">. Type in your player, or use the Browse button to select you favorite player.</FONT></SPAN></TD> </TR> </TABLE></H1> <H1> <FONT COLOR="NAVY" SIZE="4"><SPAN STYLE="font-size : 14.0pt;"><!-- $MVD$:spaceretainer() --> </FONT></SPAN></FONT> </BODY> </HTML>